golang.org/x/net/http2.outflow.add (method)

10 uses

	golang.org/x/net/http2 (current package)
		flow.go#L113: func (f *outflow) add(n int32) bool {
		server.go#L456: 	sc.flow.add(initialWindowSize)
		server.go#L1667: 		if !st.flow.add(int32(f.Increment)) {
		server.go#L1671: 		if !sc.flow.add(int32(f.Increment)) {
		server.go#L1823: 		if !st.flow.add(growth) {
		server.go#L2199: 	st.flow.add(sc.initialStreamSendWindowSize)
		transport.go#L807: 	cc.flow.add(int32(initialWindowSize))
		transport.go#L2025: 	cs.flow.add(int32(cc.initialWindowSize))
		transport.go#L2830: 				cs.flow.add(delta)
		transport.go#L2891: 	if !fl.add(int32(f.Increment)) {